ESRI.ArcGIS.Mobile
GetDataTable(QueryFilter,EditState,String[]) Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.FeatureCaching Namespace > FeatureSource Class > GetDataTable Method : GetDataTable(QueryFilter,EditState,String[]) Method

filter
state
columns
Get the FeatureDataTable using the query filter. The data will correspond to the cached data and the edits.

Syntax

Visual Basic (Declaration) 
Public Overloads Function GetDataTable( _
   ByVal filter As QueryFilter, _
   ByVal state As EditState, _
   ByVal ParamArray columns() As String _
) As FeatureDataTable
C# 
public FeatureDataTable GetDataTable( 
   QueryFilter filter,
   EditState state,
   params string[] columns
)

Parameters

filter
state
columns

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also